home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2560 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news1.cle.ab.com!usenet
  2. From: don.phillips@ab.com (Donald-Anthony C. Phillips)
  3. Newsgroups: comp.lang.c
  4. Subject: RE:Creating DLL's in VB
  5. Date: Mon, 22 Jan 1996 16:50:20 GMT
  6. Organization: The Allen-Bradley Co., Inc
  7. Distribution: inet
  8. Message-ID: <4e04mt$1me@news1.cle.ab.com>
  9. NNTP-Posting-Host: abpc386.cle.ab.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Subject: Re: Creating DLLs in Visual Basic
  13. Author:  andy@erinet.com (Andrew Loree) at Internet
  14. Date:    1/19/96 9:52 PM
  15.  
  16.  
  17. >I must of missed your post, but all the 'DLL' makers available for VB 
  18. or trash. The purpose behide them now is sort of asinine. If you need
  19. to do something over again(ie.Object, form, module) then just
  20. re-insert it in the new project. Hell you now can make it an OLE DLL
  21. Server, and use them that way. But making a DLL in VB is ass
  22. backwards.  If you couldn't make it in your VB app, then you sure in
  23. the hell can't in a VB DLL maker. VC\VC++, Delphi or you only real
  24. options.
  25. ____________________Reply Separator _________________________________
  26.  
  27. What are you talking about?  This software allows you to make generic
  28. DLL's -- that means we can create true DLL's via the user friendly VB
  29. interface, making use of othe VBX's and built-ins.  The DLL would not
  30. only be used in VB, but other apps as well.  Also, what about
  31. distributing code?  The DLL makes it easier to release code in a
  32. secure manner.  Lastly, it makes updates easier by only needing to
  33. ship a paticular DLL(print routines, special drivers).
  34.  
  35. So you hopefully see that there are uses for modular, VB developed
  36. DLL's. In the 'Real World' you can't just go out and buy Delphi or
  37. VC++ without justification( learning curve, training, budget,
  38. support).  You have to make do with what is given you as the tool of
  39. choice. Once again, by encapsulating some of my VB code into these
  40. DLL's, if we change languages, I'm all set.
  41.  
  42. Donald-Anthony C. Phillips
  43. Programmer/Analyst
  44.  Rockwell  Automation
  45.     --------------------
  46.          Allen-Bradley
  47. don.phillips@ab.com
  48.  
  49.  
  50.  
  51.  
  52.  
  53. Donald-Anthony C. Phillips
  54. Programmer/Analyst
  55.  Rockwell  Automation
  56.        ---------------------------------------
  57.         Allen-Bradley
  58. don.phillips@ab.com
  59.  
  60.